Skip to content

Commit

Permalink
Fix svn attributes of *.c, *.cxx, *.cmake and others.
Browse files Browse the repository at this point in the history
- set svn:keywords Id
- set svn:eol-style native


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12193 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Mar 12, 2017
1 parent a1d555b commit 3311119
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/Fl_Widget_Surface.cxx
@@ -1,5 +1,5 @@
//
// "$Id: Fl_Widget_Surface.cxx 11217 2016-02-25 17:56:48Z manolo $"
// "$Id$"
//
// Drivers code for the Fast Light Tool Kit (FLTK).
//
Expand Down Expand Up @@ -206,5 +206,5 @@ void Fl_Widget_Surface::draw_decorated_window(Fl_Window *win, int x_offset, int
}

//
// End of "$Id: Fl_Widget_Surface.cxx 11217 2016-02-25 17:56:48Z manolo $".
// End of "$Id$".
//
2 changes: 1 addition & 1 deletion src/xutf8/case.c
@@ -1,5 +1,5 @@
/*
* "$Id: $"
* "$Id$"
*
* Author: Jean-Marc Lienher ( http://oksid.ch )
* Copyright 2000-2010 by O'ksi'D.
Expand Down
2 changes: 1 addition & 1 deletion src/xutf8/is_right2left.c
@@ -1,4 +1,4 @@
/* "$Id: $"
/* "$Id$"
*
* Author: Jean-Marc Lienher ( http://oksid.ch )
* Copyright 2000-2010 by O'ksi'D.
Expand Down
2 changes: 1 addition & 1 deletion src/xutf8/is_spacing.c
@@ -1,4 +1,4 @@
/* "$Id: $"
/* "$Id$"
*
* Author: Jean-Marc Lienher ( http://oksid.ch )
* Copyright 2000-2010 by O'ksi'D.
Expand Down
2 changes: 1 addition & 1 deletion src/xutf8/keysym2Ucs.c
@@ -1,4 +1,4 @@
/* "$Id: $"
/* "$Id$"
*
* Author: Jean-Marc Lienher ( http://oksid.ch )
* Copyright 2000-2003 by O'ksi'D.
Expand Down
2 changes: 1 addition & 1 deletion src/xutf8/test.c
@@ -1,4 +1,4 @@
/* "$Id: $"
/* "$Id$"
*
* Author: Jean-Marc Lienher ( http://oksid.ch )
* Copyright 2000-2003 by O'ksi'D.
Expand Down
2 changes: 1 addition & 1 deletion src/xutf8/test2.c
@@ -1,4 +1,4 @@
/* "$Id: $"
/* "$Id$"
*
* Author: Jean-Marc Lienher ( http://oksid.ch )
* Copyright 2000-2003 by O'ksi'D.
Expand Down
2 changes: 1 addition & 1 deletion src/xutf8/utils/conv_gen.c
@@ -1,4 +1,4 @@
/* "$Id: $"
/* "$Id$"
*
* Author: Jean-Marc Lienher ( http://oksid.ch )
* Copyright 2000-2003 by O'ksi'D.
Expand Down
2 changes: 1 addition & 1 deletion src/xutf8/utils/convert_map.c
@@ -1,4 +1,4 @@
/* "$Id: $"
/* "$Id$"
*
* Author: Jean-Marc Lienher ( http://oksid.ch )
* Copyright 2000-2003 by O'ksi'D.
Expand Down
2 changes: 1 addition & 1 deletion src/xutf8/utils/create_table.c
@@ -1,4 +1,4 @@
/* "$Id: $"
/* "$Id$"
*
* Author: Jean-Marc Lienher ( http://oksid.ch )
* Copyright 2000-2003 by O'ksi'D.
Expand Down
4 changes: 2 additions & 2 deletions test/cairo_test.cxx
@@ -1,5 +1,5 @@
//
// "$Id: arc.cxx 5115 2006-05-12 16:00:00Z fabien $"
// "$Id$"
//
// Arc drawing test program for the Fast Light Tool Kit (FLTK).
//
Expand Down Expand Up @@ -157,5 +157,5 @@ int main(int argc, char** argv) {
#endif

//
// End of "$Id: arc.cxx 5115 2006-05-12 16:00:00Z fabien $".
// End of "$Id$".
//

0 comments on commit 3311119

Please sign in to comment.