mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 04:25:21 +02:00
[cleanup] Fix copyright dates in .pl files
This commit is contained in:
parent
2a3eff8a6c
commit
a02763db00
2 changed files with 22 additions and 0 deletions
|
@ -1,4 +1,15 @@
|
|||
#!/usr/bin/perl
|
||||
#*******************************************************************************
|
||||
# Copyright (c) 2006, 2007 IBM Corporation and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# David Dykstal (IBM) - initial API and implementation
|
||||
# Martin Oberhuber (Wind River) - ongoing maintenance
|
||||
#*******************************************************************************
|
||||
|
||||
# Build script for Remote System Explorer
|
||||
# Authors: Dave Dykstal, Kushal Munir
|
||||
|
|
|
@ -1,4 +1,15 @@
|
|||
#!/usr/bin/perl
|
||||
#*******************************************************************************
|
||||
# Copyright (c) 2006 IBM Corporation and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# David Dykstal (IBM) - initial API and implementation
|
||||
# Martin Oberhuber (Wind River) - ongoing maintenance
|
||||
#*******************************************************************************
|
||||
use warnings;
|
||||
|
||||
print STDERR "Which tag do you want to fetch? (default is HEAD): ";
|
||||
|
|
Loading…
Add table
Reference in a new issue