Lines Matching full:copyright
4 # Update an FSF copyright year list to include the current year.
8 # Copyright (C) 2009-2012 Free Software Foundation, Inc.
26 # copyright statements to be updated. The copyright holder's name
31 # For example, you might wish to use the update-copyright target rule
34 # Iff a copyright statement is recognized in a file and the final
40 # 3. Expand copyright year intervals. (See "Environment variables"
43 # A warning is printed for every file for which no copyright
46 # Each file's copyright statement must be formatted correctly in
49 # Copyright @copyright{} 1990-2005, 2007-2009 Free Software
52 # # Copyright (C) 1990-2005, 2007-2009 Free Software
56 # * Copyright © 90,2005,2007-2009
63 # ## Copyright (C) 1990-2005, 2007-2009 Free Software
66 # However, any correctly formatted copyright statement following
67 # a non-matching copyright statements would be recognized.
69 # The exact conditions that a file's copyright statement must meet
72 # 1. It is the first copyright statement that meets all of the
73 # following conditions. Subsequent copyright statements are
75 # 2. Its format is "Copyright (C)", then a list of copyright years,
76 # and then the name of the copyright holder.
82 # C. @copyright{}
85 # 4. The "Copyright" appears at the beginning of a line, except that it
89 # beginning of each remaining line within the FSF copyright
97 # within the FSF copyright statement.
98 # 7. Each copyright year is 2 or 4 digits, and years are separated by
103 # 1. If UPDATE_COPYRIGHT_FORCE=1, a recognized FSF copyright statement
105 # year. If unset or set to 0, only updated FSF copyright
108 # copyright years (such as 90, 1991, 1992-2007, 2008) in a
109 # reformatted FSF copyright statement is collapsed to a single
111 # copyright year intervals in a reformatted FSF copyright statement
118 # 4. The default maximum line length for a copyright line is 72.
120 # 5. Set UPDATE_COPYRIGHT_HOLDER if the copyright holder is other
126 my $copyright_re = 'Copyright';
127 my $circle_c_re = '(?:\([cC]\)|@copyright{}|©)';
257 # Replace the old copyright statement.
263 print STDERR "$ARGV: warning: copyright statement not found\n";